@charset "utf-8";

/*下拉框 */
.main-friend-select {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
}

.main-friend-select .bd {
    width: 1170px;
    margin:0 auto;
    overflow: hidden;
}


.main-friend-select .middle-bd {
    margin-top: 50px;
    padding-left: 5px;
    overflow: hidden;
}

.main-friend-select .middle-bd ul {
    width: 1170px;
    overflow: hidden;
    font-size: 0;
}


.main-friend-select .bottom-bd {
    margin-top: 10px;
    margin-bottom: 40px;
   /* padding: 0 5px;
    width: 1160px;*/

}

.main-friend-select .bottom-bd .inner {
    width: 1200px;
}

.main-friend-select .bottom-bd .inner .select-item {
    position: relative;
    float: left;
    margin: 0px 15px;
    _margin:  0px 13px;
    width: 370px;
    height: 42px;
   marign-bottom: 50px;
}

.main-friend-select .bottom-bd .inner .select-item.on {
    z-index: 2;
}

.main-friend-select .bottom-bd .inner .select-item .select-wraper {
    padding: 0 20px;
    width: 330px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #eee;
    font-size: 16px;
    color: #000;
    cursor: pointer;
    background: url("../images2024/icon_s_arrow.jpg") no-repeat  340px 15px;
    background-color: #fff;
}

.main-friend-select .bottom-bd .inner .select-item .select-list {
    display: none;
    position: absolute;
    bottom: 40px;
    left: 0;
    z-index: 10;
    width: 100%;
    height: auto;
    max-height: 280px;
    _height: 280px;
    border: 1px solid #eee;
    background: #fff;
    overflow-y: auto;
}

.main-friend-select .bottom-bd .inner .select-item .select-list-other {
    max-height: 224px;
}

.main-friend-select .bottom-bd .inner .select-item .select-list li {
    height: 28px;
    line-height: 28px;
}

.main-friend-select .bottom-bd .inner .select-item .select-list li a {
    display: block;
    padding: 0 10px 0 25px;
    font-size: 16px;
    color: #6e6e6e;
    -webkit-transition: 0s;
    transition: 0s;
}

.main-friend-select .bottom-bd .inner .select-item .select-list li a:hover,
.main-friend-select .bottom-bd .inner .select-item .select-list li.on a {
    text-decoration: none;
    background: #eee;
}


.jsjynav{wdith:100%; height:40px; margin-bottom:15px;}
.jsjynav h2{width:100%; height:40px; line-height:40px; text-align:center; /*padding-left:10px;*/ font-size:28px; color:#234175; font-weight:bold;display:block; background:url(../images2024/jcw2018-jsjy01.jpg) center top no-repeat;}

